String Schema
RoomRequestType Complex Type
Namespace http://string.drv.de/xmlschema/string
Base Type
Extension of CommonRoomType Complex Type
Diagram
Identifier Element Sequence AssignedTravellers Element LanguageCode Element Text Element Sequence Description Element Code Element Sequence CustomerRequests Element ExtraCode Element AssignedTravellers Element Sequence IncludedExtra Element Sequence IncludedExtras Element Attribute Element Sequence Attributes Element Code Element Sequence Board Element Code Element Sequence RoomCode Element AttributeSource Element Description Element Code Element Sequence Attribute Element Sequence Attributes Element Identifier Element Sequence AssignedTravellers Element State Element Identifier Element Sequence RoomRequestType Complex Type
Overview
Sequence
Identifier IdentifierType Simple Type
Unique room identifier
State BookabilityStateType Simple Type
Room bookability state
Attributes 0..∞ AttributesType Complex Type
List of attributes of this room
Sequence
Sequence
Code xs:token
Code for the attribute
Description 0..∞ TextLanguageType Complex Type
Description for the attribute
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Sequence
Code xs:token
Sequence
Code xs:token
Attributes 0..∞ AttributesType Complex Type
List of attributes of this board
Sequence
Sequence
Code xs:token
Code for the attribute
Description 0..∞ TextLanguageType Complex Type
Description for the attribute
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
IncludedExtras optional IncludedExtrasRequestType Complex Type
Included extras for this room
Sequence
Sequence
AssignedTravellers optional IdentifiersType Complex Type
List of traveller identifiers assigned to this included extra
Sequence
Code xs:token
CustomerRequests optional CustomerRequestRequestType Complex Type
List of customer requests
Sequence
Code optional xs:token
Touroperator code for the customer request
Description 0..∞ TextLanguageType Complex Type
Description for the customer request
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
AssignedTravellers optional IdentifiersType Complex Type
List of assigend participants
Used By
Room Element
Source
<xs:complexType name="RoomRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent>
    <xs:extension base="CommonRoomType">
      <xs:annotation>
        <xs:documentation>Room information</xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element name="RoomCode" type="RoomCodeRequestType" minOccurs="0" />
        <xs:element name="Board" type="BoardCodeRequestType" minOccurs="0" />
        <xs:element name="IncludedExtras" type="IncludedExtrasRequestType" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Included extras for this room</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CustomerRequests" type="CustomerRequestRequestType" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>List of customer requests</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.